type vendor/golang.org/x/crypto/sha3.cshakeState
5 uses
vendor/golang.org/x/crypto/sha3 (current package)
shake.go#L42: type cshakeState struct {
shake.go#L84: c := cshakeState{state: &state{rate: rate, outputLen: outputLen, dsbyte: dsbyte}}
shake.go#L97: func (c *cshakeState) Reset() {
shake.go#L103: func (c *cshakeState) Clone() ShakeHash {
shake.go#L106: return &cshakeState{state: c.clone(), initBlock: b}
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |